home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 December / CMCD1203.ISO / Software / Complet / CINEBENCH 2003 / resource / res / description / Fdxfimport.h < prev    next >
C/C++ Source or Header  |  2003-02-27  |  456b  |  18 lines

  1. #ifndef _Fdxfimport_H_
  2. #define _Fdxfimport_H_
  3.  
  4. enum
  5. {
  6.     DXFIMPORTFILTER_SCALE                        = 1000,
  7.     DXFIMPORTFILTER_FROZEN                    = 1001,
  8.     DXFIMPORTFILTER_ELEMENTS2D            = 1002,
  9.     DXFIMPORTFILTER_ALIGN                        = 1003,
  10.     DXFIMPORTFILTER_TRIANGULATE            = 1004,
  11.     DXFIMPORTFILTER_LAYER                        = 1005,
  12.         DXFIMPORTFILTER_LAYER_NONE                = 0,
  13.         DXFIMPORTFILTER_LAYER_BYLAYER            = 1,
  14.         DXFIMPORTFILTER_LAYER_BYCOLOR            = 2,
  15.     DXFIMPORTFILTER_CIRCLESEGMENTS    = 1006
  16. };
  17.  
  18. #endif